-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: Explain how lifetime of logging links is configured #5503
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5503 +/- ##
==========================================
- Coverage 61.01% 61.00% -0.02%
==========================================
Files 794 794
Lines 51441 51443 +2
==========================================
- Hits 31385 31381 -4
- Misses 17164 17170 +6
Partials 2892 2892
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion, otherwise LGTM
docs/user_guide/productionizing/configuring_logging_links_in_the_ui.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Fabio Grätz <[email protected]>
Signed-off-by: Fabio Grätz <[email protected]>
…he_ui.md Co-authored-by: Nikki Everett <[email protected]> Signed-off-by: Fabio M. Graetz, Ph.D. <[email protected]> Signed-off-by: Fabio Grätz <[email protected]>
0a05d43
to
77bf16c
Compare
Could you please re-approve? Merging your suggestion dismissed the approval 🙏 |
Signed-off-by: Fabio Grätz <[email protected]> Signed-off-by: Fabio M. Graetz, Ph.D. <[email protected]> Co-authored-by: Fabio Grätz <[email protected]> Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: Fabio Grätz <[email protected]> Signed-off-by: Fabio M. Graetz, Ph.D. <[email protected]> Co-authored-by: Fabio Grätz <[email protected]> Co-authored-by: Nikki Everett <[email protected]> Signed-off-by: Vladyslav Libov <[email protected]>
Why are the changes needed?
In #4726 I added config options to log links to allow showing certain log links during the queueing/initializing phase or to hide them once the task terminates.
This PR documents these configuration options.
Check all the applicable boxes
Docs link